home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / gnu / xpdf-0.8-020-b.lha / xpdf-0.8-020-bin / doc / pdftops.hlp < prev    next >
Text File  |  1998-11-28  |  2KB  |  70 lines

  1. ! Generated automatically by mantohlp
  2. 1 pdftops
  3.  
  4.        pdftops  -  Portable  Document  Format (PDF) to PostScript
  5.        converter
  6.  
  7.        pdftops [options] [PDF-file [PS-file]]
  8.  
  9.        Pdftops converts Portable Document Format (PDF)  files  to
  10.        PostScript so they can be printed.
  11.  
  12.        Pdftops  reads  the  PDF  file,  PDF-file,  and  writes  a
  13.        PostScript file, PS-file.  If PS-file  is  not  specified,
  14.        pdftops  converts file.pdf to file.ps.  If PS-file is '-',
  15.        the PostScript is sent to stdout.
  16.  
  17. 2 OPTIONS
  18.  
  19.        -f number
  20.               Specifies the first page to print.
  21.  
  22.        -l number
  23.               Specifies the last page to print.
  24.  
  25.        -paperw size
  26.               Set the paper width, in points.
  27.  
  28.        -paperh size
  29.               Set the paper height, in points.
  30.  
  31.        -level1
  32.               Generate   Level   1   PostScript.   The  resulting
  33.               PostScript files will be significantly  larger  (if
  34.               they  contain  images),  but  will print on Level 1
  35.               printers.  This also converts all images  to  black
  36.               and  white.   The  default  behavior is to generate
  37.               Level 2 PostScript.  In particular,  Level  2  sup-
  38.               ports color images and image compression.
  39.  
  40.        -noemb By  default, any Type 1 fonts which are embedded in
  41.               the PDF file are copied into the  PostScript  file.
  42.               This option causes pdftops to substitute base fonts
  43.               instead.   Embedded  fonts  make  PostScript  files
  44.               larger, but may be necessary for readable output.
  45.  
  46.        -form  Generate a PostScript form which can be imported by
  47.               software that understands forms.  Only one page  is
  48.               converted  (since  forms  cannot  contain  multiple
  49.               pages) and the -l option is ignored.   The  -level1
  50.               option cannot be used with -form.
  51.  
  52.        -h     Print usage information.  (-help is equivalent.)
  53.  
  54. 2 BUGS
  55.  
  56.        This  is  a beta release of pdftops, and there are still a
  57.        bunch of PDF features which I have yet to implement.
  58.  
  59. 2 AUTHOR
  60.  
  61.        The  pdftops  software  and  documentation  are  copyright
  62.        1996-1998 Derek B. Noonburg (derekn@foolabs.com).
  63.  
  64. 2 SEE_ALSO
  65.  
  66.        xpdf(1),  pdftotext(1),  pdfinfo(1),  pdftopbm(1),  pdfim-
  67.        ages(1)
  68.        http://www.foolabs.com/xpdf/
  69.  
  70.